Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x: Fix for buffer data when created with an offset. #8251

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Jan 17, 2024

Description

Resolves #8250

When buffer is created with an offset, we incorrectly set the position.

Discovered due to Java upgrade...

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer self-assigned this Jan 17, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 17, 2024
@tomas-langer tomas-langer merged commit c11bce9 into helidon-io:main Jan 17, 2024
12 checks passed
@tomas-langer tomas-langer deleted the 8250-fix-fixed-buffer branch January 17, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement. webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x: usage of ByteArrayInputStream.transferTo(OutputStream) may fail on Java 21.0.2
2 participants